ActiveReports Developer 7
GetEvents(Attribute[]) Method
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > CustomProperties Class > GetEvents Method : GetEvents(Attribute[]) Method

attributes
The attributes array.

Glossary Item Box

Gets the event descriptor collection for the specified custom attributes array.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetEvents( _
   ByVal attributes() As System.Attribute _
) As System.ComponentModel.EventDescriptorCollection
C# 
public System.ComponentModel.EventDescriptorCollection GetEvents( 
   System.Attribute[] attributes
)

Parameters

attributes
The attributes array.

See Also